@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

::-webkit-scrollbar {
  width: 5px;
  background-color: #00F2FF
}

::-webkit-scrollbar-thumb {
  background-color: #2B4B89;
  border-radius: 40px;
}

#root,
body,
html {
  color: #464646;
  overflow-x: hidden;
}

body {
  background: #fff
}

html {
  background: #fff;
  scroll-behavior: smooth
}

body {
  height: auto;
  margin: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #464646;
  font-family: 'Montserrat', sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  list-style: none
}

li {
  font-size: 21px
}

button {
  cursor: pointer;
  border: none;
  background: 0 0
}

#c-bns button:first-child,
#s-bns button:first-child {
  color: #fff;
  color: var(--cc-btn-primary-text);
  background: #C73747 !important;
}

.p,
p {
  margin-bottom: 0 !important;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400
}

td {
  font-size: 12px;
  color: #000;
}

.small,
small {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 20px
}

.alt-plus,
.alt-plus-no-resize {
  font-size: 30px;
  line-height: 36px
}

.alt-medium,
.alt-medium-no-resize {
  font-size: 24px;
  line-height: 29px
}

.alt-down,
.alt-down-no-resize {
  font-size: 21px;
  line-height: 22px;
}

.alt-text {
  font-size: 21px;
  line-height: 24px
}

.alt-biggest,
.alt-biggest-no-resize {
  font-size: 61px;
  line-height: 85px
}

.sub-text {
  font-size: 19px;
  line-height: 20px;
}

.textBolinha {
  position: relative;
}

.textBolinha::after {
  position: absolute;
  top: 0;
  left: -15px;
  content: "";
  width: 10px;
  height: 10px;
  background: #C73747;
  border-radius: 100%;
}

.w-fit-content {
  width: fit-content !important;
}

.uppercase {
  text-transform: uppercase !important
}

.letter-spacing {
  letter-spacing: 7px;
}

.thin {
  font-weight: 300 !important;
}

.regular {
  font-weight: 400 !important
}

.medium {
  font-weight: 500 !important
}

.semibold {
  font-weight: 600 !important
}

.extrabold {
  font-weight: 800 !important
}

.cursor-pointer {
  cursor: pointer
}

.py-big {
  padding: 3rem 0;
}

b {
  font-weight: 700
}

button,
input,
svg {
  font-family: 'Montserrat', sans-serif;
}

hr {
  background: #54575a;
  opacity: .25
}

h1 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  color: #464646;
}

h1 span {
  font-size: 60px;
  line-height: 55px;
  font-weight: 800;
  color: #59a11f
}

h2 {
  font-size: 27px;
  line-height: 31px;
  font-weight: 800
}

.h3,
h3 {
  font-size: 37px;
  line-height: 47px;
  font-weight: 700
}

h4 {
  font-size: 37px;
  line-height: 47px;
  font-weight: 400
}

a {
  text-decoration: none;
  color: #464646;
  font-weight: 400
}

a:hover {
  color: #464646;
  font-weight: 400
}

.text-red {
  color: #C73747 !important;
}

.text-blue {
  color: #2B4B89 !important;
}

.text-cian {
  color: #00F2FF !important;
}

.text-grey {
  color: #636061 !important;
}

.text-light {
  color: #EEEDEB !important;
}

.text-light-grey {
  color: #6D6D6D !important;
}

.text-dark {
  color: #464646 !important;
}

.bg-white {
  background: #fff;
}

.bg-creme {
  background: #FFF0D7;
}

.bg-grey {
  background: #F2F2F2;
}

.bg-taupe {
  background: #AC9867;
}

.border-radius {
  border-radius: 13px;
}

.border-light {
  border: 1px solid #70707026;
}

.border-lg-end {
  border-right: 1px solid #dee2e6 !important;
}

.slick-dots li button:before {
  font-family: slick !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 38px !important;
  height: 4px !important;
  content: '' !important;
  text-align: center !important;
  opacity: 0.5 !important;
  background-color: #fff !important;
  border-radius: 5px !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  transition: all 100ms !important;
}

.slick-dots li.slick-active button:before {
  opacity: 1 !important;
  background-color: #fff !important;
  opacity: 1 !important;
  border: none !important;
  transition: all 100ms !important;
}

.slick-dots li {
  margin: 0 !important;
  width: 45px !important;
  height: 4px !important;
}

.slick-dots {
  width: max-content;
  margin: auto;
}

.carrossel-banners-rotativos {
  max-width: 1920px;
  margin: 0 auto;
}

.carrossel-banners-rotativos .slick-dots {
  margin: unset;
  right: calc(2px + 2%);
  bottom: 30px;
}

.slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
}

.prev-arrow {
  left: 8vw;
  width: 12px;
  height: 24px;
  background-image: url(../assets/icones/arrow-carrossel.svg);
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  z-index: 1;
  transition: all 300ms;
}

.next-arrow {
  right: 8vw;
  width: 12px;
  height: 24px;
  background-image: url(../assets/icones/arrow-carrossel.svg);
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  transition: all 300ms;
}

.next-arrow:hover,
.prev-arrow:hover {
  opacity: 0.7;
  transition: all 300ms;
}

.accordion-button:not(.collapsed) {
  color: #1A6BE2 !important;
  background-color: #fff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}

.accordion-button:focus {
  z-index: 3;
  border-color: transparent !important;
  outline: 0;
  box-shadow: none !important;
}

.accordion-button {
  padding: 20px 0 20px 0 !important;
  color: #464646 !important;
  font-size: 21px !important;
  line-height: 25px !important;
  font-weight: 600 !important;
}

.accordion-body {
  padding: 25px 0;
  font-size: 19px;
  line-height: 23px;
}

.accordion-button::after {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  margin-left: auto;
  content: "";
  background-image: url(../assets/icones/accordeon-icon-open.svg);
  background-repeat: no-repeat;
  background-size: 26px;
  transition: transform .2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../assets/icones/accordeon-icon-close.svg);
  transform: rotate(-180deg);
}

.accordion-flush .accordion-item {
  border-bottom: 1px solid #707070 !important;
}

.accordion-flush .accordion-item:last-child {
  border-bottom: 1px solid #707070 !important;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  padding: 13px 15px;
  font-size: 16px;
  line-height: 19px;
  border-radius: 19px;
  transition: all 300ms;
  cursor: pointer !important;
}


.btn-red {
  background: #C73747;
  border: 1px solid #C73747;
  color: #fff;
}

.btn-red:hover,
.btn-red:active,
.btn-red.active {
  opacity: 0.6;
  background: #C73747;
  color: #fff;
  border: 1px solid #C73747;
  transition: all 300ms;
}

.btn-red.outline {
  background: transparent;
  border: 1px solid #C73747;
  color: #C73747;
  transition: all 300ms;
}

.btn-red.outline:hover,
.btn-red.outline:active,
.btn-red.outline.active {
  opacity: 0.6;
  color: #C73747;
  border: 1px solid #C73747;
  transition: all 300ms;
}

.navbar .btn-red.outline:hover,
.navbar .btn-red.outline:active,
.navbar .btn-red.outline.active {
  color: #fff;
  border: 1px solid #C73747;
  opacity: 1;
  background: rgb(199, 55, 71);
  background: -moz-linear-gradient(156deg, rgba(199, 55, 71, 1) 0%, rgba(255, 78, 98, 1) 100%);
  background: -webkit-linear-gradient(156deg, rgba(199, 55, 71, 1) 0%, rgba(255, 78, 98, 1) 100%);
  background: linear-gradient(156deg, rgba(199, 55, 71, 1) 0%, rgba(255, 78, 98, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c73747", endColorstr="#ff4e62", GradientType=1);
  transition: all 300ms;
}

.btn-blue {
  background: #2B4B89;
  border: 1px solid #2B4B89;
  color: #fff;
}

.btn-blue:hover,
.btn-blue:active,
.btn-blue.active {
  opacity: 0.6;
  background: #2B4B89;
  border: 1px solid #2B4B89;
  color: #fff;
  border: 1px solid #2B4B89;
  transition: all 300ms;
}

.btn-blue.outline {
  background: transparent;
  border: 1px solid #2B4B89;
  color: #2B4B89;
}

.btn-blue.outline:hover,
.btn-blue.outline:active,
.btn-blue.outline.active {
  opacity: 0.6;
  border: 1px solid #2B4B89;
  color: #2B4B89;
  transition: all 300ms;
}

.btn-transparent {
  background: transparent;
  border: 1px solid #464646;
  color: #464646;
}

.btn-transparent:hover,
.btn-transparent:active,
.btn-transparent.active {
  opacity: 0.6;
  border: 1px solid #464646;
  transition: all 300ms;
}

.btn-gradient {
  background: rgb(30, 60, 130);
  background: -moz-linear-gradient(145deg, rgba(30, 60, 130, 1) 30%, rgba(6, 206, 230, 1) 100%);
  background: -webkit-linear-gradient(145deg, rgba(30, 60, 130, 1) 30%, rgba(6, 206, 230, 1) 100%);
  background: linear-gradient(145deg, rgba(30, 60, 130, 1) 30%, rgba(6, 206, 230, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1e3c82", endColorstr="#06cee6", GradientType=1);
  color: #fff;
  border: none;
}

.btn-gradient:hover,
.btn-gradient:active,
.btn-gradient.active {
  opacity: 0.6;
  color: #fff !important;
  transition: all 300ms;
}

.input-selecao:checked,
.input-selecao:not(:checked) {
  position: absolute;
  left: -100vw;
}

.input-selecao:checked+label,
.input-selecao:not(:checked)+label {
  padding-left: 25px;
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  user-select: none;
  transition: all 300ms;
}

.input-selecao:checked+label:before,
.input-selecao:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background: transparent;
  border: 2px solid #464646;
}

.input-selecao:checked+label:after,
.input-selecao:not(:checked)+label:after {
  content: "\2713";
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background: #2B4B89;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 13px;
}

.input-selecao:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.input-selecao:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.form-control-personalizado {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  color: #4A1F14;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid #464646;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 10px;
  transition: all .5s
}

.form-label {
  font-size: 24px;
}

.form-select {
  display: block;
  width: 100%;
  padding: 12px 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  color: #4E4D4D;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid rgba(69, 69, 69, 0.3);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 16px;
  transition: all 400ms
}

.form__group {
  position: relative;
  padding: 15px 0 0;
}

.form__field {
  font-family: inherit;
  width: 100%;
  border: 1px solid #70707026;
  border-radius: 13px;
  outline: 0;
  font-size: 18px;
  color: #464646;
  padding: 10px;
  transition: border-color 0.2s;
}

.form__field::placeholder {
  color: transparent;
}

.form__field:placeholder-shown~.form__label {
  font-size: 16px;
  cursor: text;
  top: 27px;
}

.form__label {
  position: absolute;
  top: -6px;
  left: 10px;
  display: block;
  transition: 0.2s;
  font-size: 16px;
  font-weight: 500;
  opacity: 0.7;
}

.form__field:focus {
  font-weight: 600;
  border-width: 1px;
}

.form__field:focus~.form__label {
  position: absolute;
  top: -6px;
  display: block;
  transition: 0.2s;
}

/* reset input */
.form__field:required,
.form__field:invalid {
  box-shadow: none;
}

.form__results {
  padding: 5px 5px 15px;
  border-radius: 0 0 24px 24px;
}

.form__search {
  position: absolute;
  margin-left: -36px;
  margin-top: 8px;
}

.form__search img {
  max-width: unset;
}

.iconUser,
.iconPassword {
  width: 100%;
  height: 100%;
  background: #2B4B89;
  border-radius: 15px 0 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.iconUser::after {
  position: relative;
  content: "";
  width: 20px;
  height: 20px;
  padding: 0 25px;
  background-image: url(../img/icons/user-icon.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.iconPassword::after {
  position: relative;
  content: "";
  width: 20px;
  height: 20px;
  padding: 0 25px;
  background-image: url(../img/icons/password-icon.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.form-control:focus,
.form-select:focus {
  box-shadow: none;
  border-color: #2B4B89 !important;
}

.formsLogin .form-control {
  display: block;
  width: 100%;
  padding: 15px 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  color: #4E4D4D;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid rgba(69, 69, 69, 0.3);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0 15px 15px 0;
  transition: all 400ms
}

.btnEntrar {
  width: 100%;
  padding: 15px 20px;
  background: #00F2FF;
  color: #2B4B89;
  border-radius: 15px;
  transition: all 400ms;
}

.btnEntrar:hover {
  background: #2B4B89;
  color: #fff;
}

/* Menu */
.acessos {
  height: 40px;
  width: 100%;
  background: rgb(43, 75, 137);
  background: -moz-linear-gradient(180deg, rgba(43, 75, 137, 1) 0%, rgba(34, 111, 163, 1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(43, 75, 137, 1) 0%, rgba(34, 111, 163, 1) 100%);
  background: linear-gradient(180deg, rgba(43, 75, 137, 1) 0%, rgba(34, 111, 163, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2b4b89", endColorstr="#226fa3", GradientType=1);
}

.acessos-links {
  display: flex;
  text-align: center;
  position: relative;
}

.acessos-links a {
  display: block;
  width: 115px;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  transition: all 300ms;
}

.acessos-links a.active {
  color: #00F2FF;
  pointer-events: none;
  transition: all 300ms;
}

.acessos-links::before {
  content: "";
  position: absolute;
  top: -11px;
  width: 115px;
  height: 3px;
  background-color: #00F2FF;
  transition: all 300ms;
}

#menu-hamburger,
#menu-hamburger-check {
  z-index: 1001;
}

#menu-hamburger .lines {
  display: block;
  width: 38px;
  height: 7px;
  background: rgb(43, 75, 137);
  background: -moz-linear-gradient(90deg, rgba(43, 75, 137, 1) 0%, rgba(12, 193, 220, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(43, 75, 137, 1) 0%, rgba(12, 193, 220, 1) 100%);
  background: linear-gradient(90deg, rgba(43, 75, 137, 1) 0%, rgba(12, 193, 220, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2b4b89", endColorstr="#0cc1dc", GradientType=1);
  border-radius: 20px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#menu-hamburger .lines:nth-of-type(2),
#menu-hamburger .lines:nth-of-type(3) {
  margin-top: 3px;
}

#menu-hamburger-check {
  position: absolute;
  display: block;
  height: 27px;
  width: 38px;
  opacity: 0;
}

#menu-hamburger.is-active .lines:first-child {
  -webkit-transform: translateY(10px) rotate(45deg);
  -ms-transform: translateY(10px) rotate(45deg);
  -o-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}

#menu-hamburger.is-active .lines:nth-child(2) {
  opacity: 0;
}

#menu-hamburger.is-active .lines:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  -ms-transform: translateY(-10px) rotate(-45deg);
  -o-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}


.box-shadow {
  box-shadow: 0px 0px 6px rgb(0 0 0 / 20%);
}

.box-md-shadow {
  box-shadow: 0px 0px 6px rgb(0 0 0 / 20%);
}

/* Footer */
.whatsapp-icone {
  height: 75px;
  width: 75px;
  bottom: 25px;
  right: 25px;
  transition: all 150ms;
  background-image: url(../assets/icones/icon-whatsapp.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 150;
}

.whatsapp-icone:hover {
  height: 75px;
  width: 181px;
  transition: all 150ms;
  background-image: url(../assets/icones/icon-whatsapp-hover.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer {
  background: #AC9867;
}

.footer .btn-footer {
  font-size: 13px;
  letter-spacing: 2px;
  transition: all 300ms;
}

.footer .btn-footer:hover {
  filter: brightness(0.95);
  transition: all 300ms;
}

.footer hr {
  opacity: 1;
  background: #EEEEEE;
}

.footer hr.divisoria {
  opacity: 1;
  width: 1px;
  margin: 0 0;
  height: 100%;
  background: #EEEEEE;
}

/* Home */
.teste-covid-bg {
  background-image: linear-gradient(#00000099, #00000099), url(../img/img-teste-covid.jpg);
  background-size: cover;
  background-position: center;
}

.analises-clinicas-bg {
  background-image: linear-gradient(#00000099, #00000099), url(../img/img-analises-clinicas.jpg);
  background-size: cover;
  background-position: center;
}

.card.conheca-tambem {
  height: 514px;
}

.unidade {
  height: 300px;
  padding: 80px 5% 0;
  background-size: cover;
  background-position: center;
}

.unidade.bandeiras {
  background-image: linear-gradient(#00000099, #00000099), url(../img/unidades/Bandeiras.jpg);
}

.unidade.cambui {
  background-image: linear-gradient(#00000099, #00000099), url(../img/unidades/Cambui.jpg);
}

.unidade.nova-campinas {
  background-image: linear-gradient(#00000099, #00000099), url(../img/unidades/Nova-Campinas.jpg);
}

.unidade.UNICAMP {
  background-image: linear-gradient(#00000099, #00000099), url(../img/unidades/UNICAMP.jpg);
}

.unidade.sumare {
  background-image: linear-gradient(#00000099, #00000099), url(../img/unidades/Sumare.jpg);
}

.unidade.cambui60 {
  background-image: linear-gradient(#00000099, #00000099), url(../img/unidades/Cambui60.jpg);
}

.unidade.paulinia {
  background-image: linear-gradient(#00000099, #00000099), url(../img/unidades/Paulinia.jpg);
}

.blog-home h3 {
  line-height: 15px;
  font-size: 15px;
}

.blog-home .meio {
  height: 160px;
}

.bg-blog-conteudo {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bg-blog-conteudo:hover .filter-blog-conteudo {
  opacity: 1;
}

.filter-blog-conteudo {
  background: linear-gradient(to bottom, #fff0 20%, #000000bf 100%);
  opacity: .75;
  transition: .5s cubic-bezier(.4, .7, .04, .88);
  transition-property: opacity, transform, filter;
}

.custom-input-file {
  font-size: 15px;
  font-weight: 600;
  display: block;
  width: 100%;
  padding: 30px 10px;
  border: 1px dashed #707070;
  border-radius: 24px;
  cursor: pointer;
  margin-bottom: 10px;
  text-align: center;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 20%);
  transition: all 400ms;
}

.custom-input-file:hover {
  font-weight: 600;
  color: #FF6D00;
  border: 1px dashed;
}

.forma-pagamento::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url(../assets/icones/icon-cartao.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.reembolso-assistido::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url(../assets/icones/icon-reembolso.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.btn-servicos {
  justify-content: space-between;
  border: 1px solid rgb(112 112 112 / 30%);
  padding: 10px;
  border-radius: 24px;
}

.icone-mais-info {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 22px;
}

.btn-agendar-online {
  background: transparent;
  font-size: 14px;
  border: 1px solid rgba(112, 112, 112, 0.3);
  padding: 3px 15px;
  border-radius: 24px;
  transition: all 300ms;
}

.btn-preco {
  font-size: 14px;
  line-height: 29px;
  border: 1px solid rgba(112, 112, 112, 0.3);
  padding: 3px 15px;
  border-radius: 24px;
  transition: all 300ms;
}

.btn-agendar-online:hover,
.btn-agendar-online.active {
  background: #FF6D00;
  color: #fff;
  border: 1px solid #FF6D00;
}

.btn-agendar-online:hover img,
.btn-agendar-online.active img {
  filter: brightness(10);
}

.alt-exames {
  font-size: 12px;
  line-height: 16px;
}

/* Check-ups */
.carrossel-texto.sexto {
  background-image: url(../assets/images/fundo-img-6.webp);
}

.carrossel-texto.setimo {
  background-image: url(../assets/images/fundo-img-7.webp);
}

.carrossel-texto.oitavo {
  background-image: url(../assets/images/fundo-img-8.webp);
}

.carrossel-texto.nono {
  background-image: url(../assets/images/fundo-img-9.webp);
}

.carrossel-texto.decimo {
  background-image: url(../assets/images/fundo-img-10.webp);
}

.carrossel-texto.decimo-primeiro {
  background-image: url(../assets/images/fundo-img-11.webp);
}

.carrossel-texto.decimo-segundo {
  background-image: url(../assets/images/fundo-img-12.webp);
}

/* Contato */
.box-contato {
  background-image: url(../assets/banner/banner-box-contato.webp);
  background-position: center;
  background-size: cover;
  padding: 3rem 2rem;
  border-radius: 34px;
}

.big-border-radius {
  border-radius: 34px;
}

/* Blog */
.banner-blog {
  height: 900px;
  background-color: rgb(255, 109, 0);
  background-image: url(../assets/banner/banner-blog.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.carrossel-texto.blog {
  background-image: none;
  background: rgb(46 46 46 / 50%);
}

.carrossel-texto.blog .slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.btn-blog {
  transition: ease-in 250ms;
  border-radius: 21px;
}

.btn-blog.active {
  background: #FF6D00;
  color: #fff;
}

.box-materia-blog {
  border-radius: 24px;
}

.img-capa {
  max-height: 220px;
  border-radius: 24px 24px 0 0;
}

.categoria-blog {
  position: absolute;
  top: 100%;
  left: 5%;
  transform: translateY(-50%);
  background: #1A6BE2;
  border-radius: 21px;
  font-size: 21px;
  color: #fff;
  user-select: none;
}

.text-white a.read-more {
  color: #fff;
}

.show-read-more .more-text {
  display: none;
}

.linha-abaixo-hover::before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 0%;
  height: 3px;
  border-radius: 5px;
  background: #FF6D00;
  transition: ease-out 300ms;
}

.linha-abaixo-hover:hover::before {
  width: 100%;
}

.page-link {
  position: relative;
  margin: 0 15px;
  display: block;
  color: #FF6D00;
  font-weight: 700;
  text-decoration: none;
  background-color: #fff;
  border: 0px;
  border-radius: 8px;
  transition: ease-out 200ms;
}

.page-link:hover,
.page-link:focus,
.page-link.active {
  background: #FF6D00;
  color: #fff;
  font-weight: 700;
  box-shadow: none;
}

/* Convenios */
:root {
  --no-of-slides: 13;
  --slides-in-view: 6;
  --slide-width: 200px;
  --slide-height: auto;
  --iteration-time: 20s;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(var(--slide-width) * var(--no-of-slides)* -1));
  }
}

.carousel__wrapper {
  display: flex;
  align-items: center;
  width: calc(var(--slides-in-view) * var(--slide-width));
  overflow: hidden;
  margin: 0 auto;
}

.carousel {
  overflow: hidden;
  width: calc(2 * var(--no-of-slides));
}

.carousel__slide {
  animation: scroll var(--iteration-time) linear infinite;
  display: flex;
  flex-direction: column;

  flex: 0 0 auto;
  width: var(--slide-width);
  height: var(--slide-height);
  box-sizing: border-box;
}

.carousel__image {
  background-size: contain;
  background-repeat: no-repeat;
  height: 100px;
  /*width: 100px;*/
  margin: 15px;
}

.lity {
  background: rgb(0 0 0 / 45%) !important;
}

.lity-container {
  max-width: 800px !important;
}

.lity-content::after {
  box-shadow: none !important;
}

.lity-close {
  width: 50px !important;
  height: 50px !important;
  position: absolute !important;
  color: #54575a !important;
  text-shadow: none !important;
}

.custom-input {
  padding: 10px;
  border: 1px solid #464646;
  border-radius: 10px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #F9FCFC inset !important;
  box-shadow: 0 0 0 30px #F9FCFC inset !important;
}

.text-drop-shadow {
  text-shadow: 0px 0px 8px #464646;
}

.fundo-exames {
  background-image: url(../assets/banner/banner-exames.webp);
}

.fundo-vacinas {
  background-image: url(../assets/banner/banner-vacinas.webp);
}

.fundo-testes {
  background-image: url(../assets/banner/banner-testes.webp);
}

.fundo-checkups {
  background-image: url(../assets/banner/banner-checkups.webp);
}

.fundo-convenios {
  background-image: url(../assets/banner/banner-politica-de-privacidade.webp);
}

.fundo-unidades,
.fundo-contato {
  background-image: url(../assets/banner/banner-unidades.webp);
}

.fundo-politica-de-privacidade {
  background-image: url(../assets/banner/banner-politica-de-privacidade.webp);
}

.ui-menu .ui-menu-item {
  font-size: 21px;
  line-height: 24px;
  color: #707070;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: none;
  margin: 0;
  background-color: transparent;
  color: #FF6D00;
}

/* Resultado de exames */
.resultadoExames {
  width: 100%;
  background: #fff;
}

.bannerResultadoExames {
  position: absolute;
  top: 0;
  left: 0;
  width: 53%;
  height: 100%;
  background-image: url(../img/banner/banner-resultado-exames.jpg);
  background-position: center;
  background-size: cover;
}

.bannerResultadoExames::after {
  position: inherit;
  content: "";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 35px;
  height: 50%;
  background: #fff;
  border-radius: 35px 0 0 35px;
}

.conteudoResultadoExames {
  padding-top: 80px;
  padding-bottom: 80px;
}

.closeResultadoExames,
.closeAtualizarCadastro,
.closeCheckIn {
  position: absolute;
  top: 30px;
  right: 12px;
  width: 35px;
  height: 35px;
  background: rgb(30, 60, 130);
  background: -moz-linear-gradient(145deg, rgba(30, 60, 130, 1) 30%, rgba(6, 206, 230, 1) 100%);
  background: -webkit-linear-gradient(145deg, rgba(30, 60, 130, 1) 30%, rgba(6, 206, 230, 1) 100%);
  background: linear-gradient(145deg, rgba(30, 60, 130, 1) 30%, rgba(6, 206, 230, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1e3c82", endColorstr="#06cee6", GradientType=1);
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 300ms;
}

.closeResultadoExames::after,
.closeAtualizarCadastro::after,
.closeCheckIn::after {
  position: relative;
  content: '×';
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  color: #fff;
  user-select: none;
}

.closeAtualizarCadastro:hover,
.closeResultadoExames:hover,
.closeCheckIn:hover {
  opacity: 0.6;
}

/* Atualizacao de cadastro */
.atualizarCadastro {
  width: 100%;
  background: #F8F8F7;
}

.bannerAtualizarCadastro {
  position: absolute;
  top: 0;
  left: 0;
  width: 47%;
  height: 100%;
  background-image: url(../img/banner/banner-atualize-cadastro.jpg);
  background-position: center;
  background-size: cover;
}

.bannerAtualizarCadastro::after {
  position: inherit;
  content: "";
  top: 50%;
  right: 0;
  transform: translateY(-50%)translateX(50%);
  width: 120px;
  height: 120px;
  background: #F8F8F7;
  border-radius: 100%;
}

.conteudoAtualizarCadastro {
  padding-top: 60px;
  padding-bottom: 60px;
}

.formAtualizarCadastro {
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.110);
  border-radius: 13px;
  padding: 15px;
}

.formAtualizarCadastro .form-control,
.formCadastroMedico .form-control {
  display: block;
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  color: #4E4D4D;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid rgba(69, 69, 69, 0.3);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 16px;
  transition: all 400ms
}

/* Login sou médico */
.bannerSouMedico {
  width: 100%;
  height: auto;
  padding: 5rem 0;
  background-image: url(../img/banner/banner-login-sou-medico.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.boxLogin {
  width: 700px;
  border-radius: 10px;
}

.btnEscolhaLogin {
  padding: 15px;
  border-radius: 10px 10px 0 0;
  background: #00F2FF;
  color: #fff;
  cursor: pointer;
  user-select: none;
  transition: all 400ms;
}

.btnEscolhaLogin:hover {
  filter: brightness(0.99);
}

.btnEscolhaLogin.active {
  background: #fff;
  font-weight: 700;
  color: #464646;
}

.conteudoBoxLogin {
  background: #fff;
  border-radius: 0 0 10px 10px;
}

.conteudoBoxLogin .btnEntrar {
  width: auto;
  padding: 10px 80px;
}

.conteudoBoxLogin .login {
  padding: 60px 120px 30px 120px;
}

.conteudoBoxLogin .cadastrar {
  padding: 30px 30px 0 30px;
}

/* Contato */
.pageContato {
  width: 100%;
  background: #F8F8F7;
}

.bannerContato {
  position: absolute;
  top: 0;
  left: 0;
  width: 47%;
  height: 100%;
  background: #fff;
}

.bannerContato::after {
  position: inherit;
  content: "";
  top: 50%;
  right: 0;
  transform: translateY(-50%)translateX(50%);
  width: 120px;
  height: 120px;
  background: #F8F8F7;
  border-radius: 100%;
}

.boxContato {
  background: #F8F8F7;
  padding: 20px 20px 15px 20px;
  border: 1px solid #707070;
  border-radius: 15px;
  position: relative;
}

.boxContato::before {
  position: absolute;
  top: 0;
  left: 15px;
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  background: #F8F8F7;
  padding: 0 10px;
}

.boxContato.primeiro::before {
  content: "Atendimento via WhatsApp";
}

.boxContato.segundo::before {
  content: "Atendimento por telefone";
}

.boxContato.terceiro::before {
  content: "Horário das unidades";
}

.conteudoContato {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* Check-in Digital */
.bannerCheckIn {
  width: 100%;
  padding: 3rem 0 8rem 0;
  background-image: url(../img/banner/banner-check-in.jpg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

.bannerCheckIn .closeCheckIn {
  top: 0;
}

.boxSteps {
  background: #fff;
  padding: 15px 30px;
  border: 1px solid rgba(70, 70, 70, 0.06);
  box-shadow: 0px 3px 6px rgb(0 0 0 / 6%);
}

.carrosselEtapas .slick-dots {
  width: 100%;
}

.carrosselEtapas .slick-dots li button:before {
  background-color: #E1E1E1 !important;
}

.divisoriaBlue {
  height: 2px;
  background: #2B4B89;
  opacity: 1;
}

/* Unidades */
.btnEscolhaUnidade.active {
  background: #2B4B89;
  color: #fff !important;
  opacity: 1 !important;
}

.boxUnidades {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  border-left: 10px solid #C73747;
  box-shadow: 0px 6px 3px rgba(0, 0, 0, 0.100);
}

.textBoxUnidade {
  min-height: 470px;
}

.bg-grey .slick-dots {
  width: 100%;
}

.bg-grey .slick-dots li button:before {
  background-color: #E1E1E1 !important;
}

.slick-slide img {
  display: inherit;
}

/* Convenios */
.bannerConvenios {
  width: 100%;
  height: 200px;
  background-image: url(../img/banner/banner-convenios.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.boxConvenios {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 75px;
  padding: 0 10px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.080);
  border-radius: 3px;
  transition: all 400ms;
}

.boxConvenios:hover {
  transform: scale(1.1);
  background: rgb(30, 60, 130);
  background: -moz-linear-gradient(180deg, rgba(30, 60, 130, 1) 30%, rgba(6, 206, 230, 1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(30, 60, 130, 1) 30%, rgba(6, 206, 230, 1) 100%);
  background: linear-gradient(180deg, rgba(30, 60, 130, 1) 30%, rgba(6, 206, 230, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1e3c82", endColorstr="#06cee6", GradientType=1);
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.080);
}

.boxConvenios:hover img {
  filter: brightness(0) invert(1);
}

.whiteIcon {
  filter: brightness(0) invert(1);
}

.btnVerTodos {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  padding: 13px 15px;
  font-size: 16px;
  line-height: 19px;
  border-radius: 19px;
  transition: all 300ms;
  cursor: pointer !important;
}

.btnVerTodos img {
  width: 23px;
}

@media screen and (max-width:1399px) {

  .p,
  p {
    margin-bottom: 0 !important;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400
  }

  a {
    font-size: 24px;
    line-height: 30px;
    text-decoration: none;
    color: #464646;
    font-weight: 400;
  }

  h1 {
    font-size: 28px;
    line-height: 30px;
  }

  .alt-plus {
    font-size: 28px;
    line-height: 30px;
  }

  .alt-medium {
    font-size: 20px;
    line-height: 23px;
  }

  .alt-down {
    font-size: 18px;
    line-height: 24px;
  }

  .alt-text {
    font-size: 18px;
    line-height: 21px
  }

  .sub-text {
    font-size: 18px;
    line-height: 20px;
  }

  /*Home*/
  .conteudo-carrossel-texto {
    width: 75vw;
  }

  .conteudo-carrossel-texto h2 {
    font-size: 18px;
    line-height: 24px;
  }

  .box-checkups {
    width: 180px;
  }
}

@media screen and (max-width:1199px) {
  h2 {
    font-size: 24px
  }

  .p,
  p {
    margin-bottom: 0 !important;
    font-size: 19px;
    line-height: 24px;
    font-weight: 400
  }

  .alt-plus {
    font-size: 24px;
    line-height: 28px;
  }

  .alt-medium {
    font-size: 18px;
    line-height: 21px;
  }

  .alt-text {
    font-size: 16px;
    line-height: 18px;
  }

  .alt-down {
    font-size: 17px;
    line-height: 19px;
  }

  .logo-dinamico-header {
    max-width: 100px;
  }

  .navbar .links a,
  .navbar .links {
    font-size: 16px;
    line-height: 23px;
  }

  .navbar .navbar-white.show .links a,
  .navbar .links {
    font-size: 16px;
    line-height: 23px;
  }

  .navbar .links .open-drop a,
  .navbar .links .open-drop2 a {
    font-size: 16px;
    line-height: 35px;
  }

  .navbar .navbar-white.show .links .open-drop a,
  .navbar .navbar-white.show .links .open-drop2 a {
    font-size: 16px;
    line-height: 35px;
  }

  .navbar .btn-resultados {
    font-size: 12px;
  }
}

@media screen and (max-width:991px) {

  .border-lg-end {
    border-right: none !important;
  }

  /*Home*/
  .banner-home {
    background-position: center;
  }

  .text-banner-mobile {
    height: 180px;
  }

  .banner-home .box-banner {
    height: 250px;
  }

  .title-mobile .title {
    font-size: 40px;
    line-height: 48px;
  }

  .title-mobile .subtitle {
    font-size: 32px;
    line-height: 36px;
    text-transform: initial !important;
  }

  .blog-home .blog-conteudo {
    height: 160px !important;
  }

  /* Resultado de exames */
  .bannerResultadoExames {
    position: relative;
    width: 100%;
    height: 300px;
    background-image: url(../img/banner/banner-resultado-exames.jpg);
    background-position: center;
    background-size: cover;
  }

  .bannerResultadoExames::after {
    position: absolute;
    content: "";
    top: 100%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 50%;
    height: 50px;
    background: #fff;
    border-radius: 25px 25px 0 0;
  }

  .closeResultadoExames {
    background: #fff;
  }

  .closeResultadoExames::after {
    color: #2B4B89;
    font-size: 34px;
    line-height: 34px;
  }

  .conteudoResultadoExames,
  .conteudoAtualizarCadastro {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  /* Atualizar cadastro */
  .bannerAtualizarCadastro {
    position: relative;
    width: 100%;
    height: 300px;
    background-image: url(../img/banner/banner-atualize-cadastro.jpg);
    background-position: center;
    background-size: cover;
  }

  .bannerAtualizarCadastro::after {
    position: absolute;
    content: "";
    top: 100%;
    left: 50%;
    transform: translateY(-30%) translateX(-50%);
  }

  .closeResultadoExames {
    background: #fff;
  }

  .closeResultadoExames::after {
    color: #2B4B89;
    font-size: 34px;
    line-height: 34px;
  }

  .conteudoResultadoExames {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  /* Contato */
  .bannerContato {
    position: relative;
    width: 100%;
    height: auto;
    padding: 4rem 0;
    background: #fff;
  }

  .bannerContato::after {
    position: absolute;
    content: "";
    top: 100%;
    left: 50%;
    transform: translateY(-30%) translateX(-50%);
  }

  .conteudoContato {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  /* Check-In Digital */
  .bannerCheckIn {
    padding: 0;
  }

  .bg-white-check {
    background: rgb(255 255 255 / 30%);
    padding-top: 5rem;
    padding-bottom: 3rem;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }

  .bannerCheckIn .closeCheckIn {
    top: 20px;
    right: 20px;
  }

  /*Unidades*/
  .textBoxUnidade {
    min-height: 550px;
  }
}

@media screen and (max-width:767px) {
  .alt-plus {
    font-size: 21px;
    line-height: 26px;
  }

  .alt-medium {
    font-size: 21px;
    line-height: 21px;
  }

  .box-md-shadow {
    box-shadow: none;
  }

  .acessos-links a,
  .acessos-links::before {
    width: 50%;
  }

  .banner-exames {
    height: 65vh;
  }

  .conteudo-banners {
    padding-top: 80px;
  }

  .lity-container {
    max-width: 85vw !important;
  }

  /* Login sou medico */
  .boxLogin {
    width: 80vw;
  }

  .conteudoBoxLogin .login {
    padding: 30px 30px 0 30px;
  }

  /* Contato */
  .bannerContato {
    padding: 2rem 0 3rem 0;
  }

  /* Unidades */
  .btnEscolhaUnidade {
    width: 100%;
  }
}

@media screen and (max-width:576px) {
  h1 {
    font-size: 24px;
    line-height: 28px
  }

  h1 span {
    font-size: 38px;
    line-height: 40px
  }

  h2 {
    font-size: 21px;
    line-height: 20px;
  }

  .small,
  small {
    font-size: 12px !important;
    font-weight: 400;
    line-height: 16px;
  }

  .alt-down {
    font-size: 19px;
    line-height: 25px;
  }

  .alt-medium {
    font-size: 18px;
  }

  .alt-biggest {
    font-size: 48px;
    line-height: 65px;
  }

  .form-control-personalizado {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #4A1F14;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #FFAB00;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 10px;
    transition: all .5s;
  }

  .form__field {
    font-size: 19px;
  }

  .form__field:placeholder-shown~.form__label {
    font-size: 16px;
  }

  .navbar .btn-resultados {
    font-size: 8px;
  }

  .logo-header {
    width: 35px;
  }

  .img-btn-resultados {
    width: 15px;
  }

  .title-mobile .title {
    font-size: 30px;
    line-height: 34px;
  }

  .title-mobile .subtitle {
    font-size: 24px;
    line-height: 26px;
    text-transform: initial !important;
  }

  .carrossel-banners-rotativos .slick-dots {
    right: 50%;
    transform: translateX(50%);
  }

  .topicos-atendemos {
    font-size: 15px;
    line-height: 15px;
  }

  .box-checkups {
    width: 140px;
  }

  .btn-blue {
    font-size: 16px;
  }

  /* Atualizar cadastro */
  .bannerAtualizarCadastro::after {
    width: 100px;
    height: 100px;
  }

  /* Login sou medico */
  .boxLogin {
    width: 90vw;
  }

  .conteudoBoxLogin .login,
  .conteudoBoxLogin .cadastrar {
    padding: 30px 15px 0 15px;
  }
}

@media screen and (max-width:330px) {
  p {
    font-size: 16px
  }

  small {
    font-size: 12px
  }

  h2 {
    font-size: 18px;
    line-height: 20px
  }

  .alt-medium {
    font-size: 16px;
    line-height: 21px;
  }

  .alt-down {
    font-size: 16px;
    line-height: 21px;
  }

  .sub-text {
    font-size: 14px;
    line-height: 18px;
  }

  .btn-resultados {
    width: 34px;
    height: 34px;
    padding: 0 !important;
    border-radius: 10px !important;
  }

  .text-btn-resultados {
    display: none;
  }

  /*Home*/
  .banner-home {
    height: 450px;
  }

  .banner-home .box-banner {
    height: 180px;
  }

  .banner-home .box-banner img {
    width: 40px !important;
  }

  .banner-home .box-banner h2 {
    font-size: 12px;
    line-height: 14px;
  }

  .title-mobile .title {
    font-size: 26px;
    line-height: 28px;
  }

  .title-mobile .subtitle {
    font-size: 21px;
    line-height: 24px;
    text-transform: initial !important;
  }

  .box-checkups {
    width: 140px;
  }

  .btn-blue {
    font-size: 10px;
  }
}

@media screen and (max-height:590px) {
  .open-drop-mobile {
    overflow-y: auto;
    max-height: 60vh;
  }
}
